Status
GET/status
Status
Returns all information about the app and its current status.
The /status
endpoint gives information about currently active models, and the config the app
is running with. A 200 response indicates that the server is running. To check if the server is
ready to receive requests, see the /healthz
endpoint.
Responses​
- 200
- 503
Server is running, backend configuration is returned in body
- application/json
- Schema
- Example (from schema)
Schema
dead_readers
object
required
property name*
MaskedReaderInfo
consumer_groups string[]required
device stringrequired
model_name stringrequired
model_type stringrequired
live_readers
object
required
property name*
MaskedReaderInfo
consumer_groups string[]required
device stringrequired
model_name stringrequired
model_type stringrequired
ports object[]required
{
"dead_readers": {},
"live_readers": {},
"ports": [
0
]
}
Server is not available
Loading...